home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / misc / ofcnhome.arj / LAST.BAT < prev    next >
DOS Batch File  |  1994-01-12  |  668b  |  20 lines

  1. CLS
  2. ECHO OFF
  3. ECHO Now searching for drive, directory, and file names...
  4. REM Switch to the directory where Office n Home is found, and run it (pass 2 only)
  5. C:
  6. CD \UTILS
  7. OFCNHOM c: d:\work /n2
  8. REM Pass 2 only, expecting normal execution.
  9. REM
  10. ECHO Preparing to save all updated and/or created files.
  11. ECHO Have enough diskettes handy. Select File|Load Setup|load OFCNHOM first.
  12. ECHO Then choose Start Backup. When finished, exit the program.
  13. PAUSE
  14. REM Switch to the directory where CPBACKUP is found, and run it
  15. C:
  16. CD \CPB
  17. CPBACKUP
  18. ECHO Finished. You may now switch off this machine.
  19. ECHO Remember to run FIRST.BAT on the other computer after start-up!
  20.